home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E499505000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-20  |  43KB  |  1,489 lines

  1. <html>
  2. <head>
  3.  
  4.  
  5.  
  6.  
  7. <meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
  8. <title></title>
  9. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  10.  
  11.  
  12.  
  13.  
  14.  
  15. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  16. <!--
  17.  
  18. var scoreQuiz ;
  19. var IndexQuestion ;
  20.  
  21.  
  22. var TexteReponse ;
  23. var Tableaujuste = new Array(0,1,2,1,1,1,1,2,0,1,0,0) ;
  24.  
  25. var TabCommentaires = new Array("It waits until autumn and floats down on a leaf.!",
  26.                                 "Everyone knows that there are four places in a mini, two in front and two behind.",
  27.                                 "ThereÆs a mini car parked outside the front door.",
  28.                                 "However, the jeweller could take the five links of one chain to link the remaining five chains to make one large circular one.",
  29.                                 "First, each robber takes five pearls. There are then six pearls left. As the junior members have already received their share, the senior robbers divide the remaining pearls between them : six senior robbers.",
  30.                                 "If  x is the age of the donkey, we have :   x + 4 = 3(x-4)         x = 8 " ,
  31.                                 "The donkey must be grey and therefore the first two guesses were correct and the third guess wrong.",
  32.                                 "You can take a horse to water but you canÆt make him drink.",
  33.                                 "Make hay whilst the sun shines.",
  34.                                 "According to fact one, Jim canÆt be the eledest. According to fact two, John is the yougest. If, in fact one, John isnÆt the eldest, it must be Jack. Jack, then Jim, then John.",
  35.                                 "Jack and Jim contradict each other, one of them lied and one told the truth.But, since two lied, John must be one of them and thus it was he that stole the donkey.",
  36.                                 "If Jim stole the horse, then his statement, which agrees with JackÆs, is false and contrary to the fact that the thief told the truth. Therefore Jim is not guilty. If John is guilty, then all three spoke the truth, again contrary to the the condition that at least one of them lied. Therefore, Jack is guilty, he spoke the truth and stole the horse, whilst both Jim and John lied.");
  37.  
  38. var TabContexts = new Array("quizgb1","quizgb2","quizgb3","quizgb4","quizgb5","quizgb6",
  39.                             "quizgb7","quizgb8","quizgb9","quizgb10","quizgb10","quizgb12");
  40. function InitQuizz()
  41. {
  42.     scoreQuiz = 0 ;
  43.     IndexQuestion = 0  ;
  44.     QuizzGB1.style.display = "none" ;
  45.     NextQuestion.style.display = "none" ;
  46.     aide.style.display = "block" ;
  47.     
  48. }
  49.  
  50. function window_onload() 
  51. {
  52.     //au dΘmarrage on affiche le texte d'aide .
  53.     
  54.     
  55.     InitQuizz() ;    
  56. }
  57.  
  58.  
  59. function start_onclick()
  60. {
  61.     
  62.  
  63.     
  64.     var collradio = document.all.item("radiobutton");
  65.     for(i = 0; i< collradio.length ; i++)
  66.     {
  67.         collradio[i].checked = false ;
  68.     }
  69.     var TexteQuestion = document.all.item("QuizzGB1") ;
  70.     var TexteAide = document.all.item("aide") ;
  71.     TexteAide.style.display = "none" ;
  72.     var collQuestion = QuizzGB1.all.item("question") ;
  73.     
  74.     // une seule question α la fois
  75.     for( i = 0 ; i < collQuestion.length ; i++)
  76.     {
  77.         if( IndexQuestion == i )
  78.             collQuestion[i].style.display = "block" ;
  79.         else
  80.             collQuestion[i].style.display = "none" ;
  81.     }
  82.     // On affiche la question
  83.     TexteQuestion.style.display = "block" ;
  84.     
  85.  
  86. function verifie_reponse(Index)
  87. {
  88.     
  89.     var IsAnswer = false ;
  90.     var TheAnswer ;
  91.     var collforms ;
  92.     var indexchoix ; // la rΘponse choisie par l'utilisateur
  93.     var collQuestion = QuizzGB1.all.item("question") ;
  94.     var collreponses = NextQuestion.all.item("reponse") ;
  95.     var collchoix ; // la collection des rΘponses
  96.     var radio ; // la collection des boutons
  97.     collform = collQuestion[IndexQuestion].all.item("form") ;
  98.     radio = collform.item("radiobutton") ;
  99.     collchoix = collreponses[IndexQuestion].all.item("choix");
  100.     for( i = 0; i < radio.length ; i ++ )
  101.     {
  102.         if( radio[i].checked == true )
  103.         {    
  104.         
  105.             IsAnswer = true ;
  106.             TheAnswer = i ;
  107.             collchoix[i].style.display = "block" ;
  108.         }
  109.         else
  110.             collchoix[i].style.display = "none" ;
  111.     }
  112.     
  113.     if( IsAnswer == false )
  114.     {
  115.         alert("You must give an answer!") ;
  116.         return ;
  117.     }
  118.     // on affiche la rΘponse
  119.     QuizzGB1.style.display = "none" ;
  120.     NextQuestion.style.display = "block" ;
  121.     collreponses[IndexQuestion].style.display = "block" ;
  122.     
  123.     //rΘponse juste ?
  124.     if( TheAnswer == Tableaujuste[IndexQuestion] )
  125.     {
  126.         
  127.         scoreQuiz++ ;
  128.     }
  129.     // on affiche le commentaire
  130.     var Localscore = comments.all.item("lescore") ;
  131.     Localscore.innerText = "SCORE :" + scoreQuiz ;
  132.     var LocalComment = comments.all.item("lecommentaire") ;
  133.     LocalComment.innerText = TabCommentaires[IndexQuestion] ;
  134.     comments.style.display = "block" ;    
  135. }
  136.  
  137. function Next_onclick()
  138. {
  139.     var collreponses = NextQuestion.all.item("reponse") ;
  140.     var collchoix = collreponses[IndexQuestion].all.item("choix");
  141.     for ( i = 0 ; i < collchoix.length ; i++)
  142.         collchoix[i].style.display = "none" ;
  143.     IndexQuestion ++ ;
  144.     if(IndexQuestion >= 12)
  145.     {
  146.         NextQuestion.style.display = "none" ;
  147.         QuizzGB1.style.display = "none" ;
  148.         comments.style.display = "none" ;
  149.         Fin.style.display = "block" ;
  150.         return ;
  151.     }
  152.     NextQuestion.style.display = "none" ;
  153.     comments.style.display = "none" ;
  154.     start_onclick() ;
  155.     return ;
  156. }
  157.  
  158. function End_onclick()
  159. {
  160.     NextQuestion.style.display = "none" ;
  161.     QuizzGB1.style.display = "none" ;
  162.     comments.style.display = "none" ;
  163.     Fin.style.display = "none" ;
  164.     aide.style.display = "block";
  165.     
  166. }        
  167. var thistext ="";
  168. var thisinfo = "" ;
  169. var staticCouleur = "";
  170. var staticLettre = "" ;
  171. var staticNombre= "";
  172.  
  173. function fermer_onclick() {
  174. var Obj;
  175. var strName ;
  176. var strCtl ;
  177. for( i = 0; i< document.all.length; i++)
  178. {
  179.     Obj = document.all(i) ;
  180.     strName = Obj.id ;
  181.     if( strName != "undefined" )
  182.     strCtl = strName.substr(0,4) ;
  183.     if( strCtl == "info" || strCtl == "cont" )
  184.     {
  185.         Obj.style.display = "none" ;
  186.     }
  187. }
  188. }
  189.  
  190. function aggrandir_onclick() {
  191. var Obj;
  192. var strName ;
  193. var strCtl ;
  194. for( i = 0; i< document.all.length; i++)
  195. {
  196.     Obj = document.all(i) ;
  197.     strName = Obj.id ;
  198.     if( strName != "undefined" )
  199.     strCtl = strName.substr(0,4) ;
  200.     if( strCtl == "info")
  201.     {    
  202.         if( Obj.style.display == "block" )
  203.         {    
  204.             thisinfo = strName ;
  205.             Obj.style.display = "none" ;
  206.             Obj.className = "grosseinfo" ;
  207.             
  208.         }
  209.         Obj.style.display = "none" ;
  210.     }
  211.     if( strCtl == "cont")
  212.         Obj.style.display = "none" ;
  213.     if( strCtl == "text")
  214.     {
  215.         
  216.             thistext = strName ;
  217.             Obj.style.display = "none" ;
  218.         
  219.         
  220.     }
  221.                     
  222. }
  223. document.all.item(thisinfo).style.display = "block" ;
  224. controleg.style.display = "block" ;
  225. }
  226.  
  227. function rapetisser_onclick() {
  228. var Obj;
  229. var strName ;
  230. var strCtl ;
  231. for( i = 0; i< document.all.length; i++)
  232. {
  233.     Obj = document.all(i) ;
  234.     strName = Obj.id ;
  235.     if( strName != "undefined" )
  236.     strCtl = strName.substr(0,4) ;
  237.     if( strCtl == "info")
  238.     {    
  239.         if( Obj.style.display == "block" )
  240.         {    
  241.             thisinfo = strName ;
  242.             Obj.style.display = "none" ;
  243.             Obj.className = "infotext" ;
  244.             
  245.         }
  246.         Obj.style.display = "none" ;
  247.     }
  248.     if( strCtl == "cont")
  249.         Obj.style.display = "none" ;
  250.     
  251.                     
  252. }
  253. document.all.item(thisinfo).style.display = "block" ;
  254. document.all.item(thistext).style.display = "block" ;
  255. controle.style.display = "block" ;
  256.  
  257. }
  258.  
  259. function fermerg_onclick() {
  260. var Obj;
  261. var strName ;
  262. var strCtl ;
  263. for( i = 0; i< document.all.length; i++)
  264. {
  265.     Obj = document.all(i) ;
  266.     strName = Obj.id ;
  267.     if( strName != "undefined" )
  268.     strCtl = strName.substr(0,4) ;
  269.     if( strCtl == "info"  )
  270.     {
  271.         Obj.className = "infotext" ;
  272.         Obj.style.display = "none" ;
  273.     }
  274.     if( strCtl == "cont"  )
  275.     {
  276.         Obj.style.display = "none" ;
  277.     }
  278. }
  279. document.all.item(thistext).style.display = "block" ;
  280. }
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288. //-->
  289. </script>
  290.  
  291.  
  292.  
  293.  
  294.  
  295. <!*********************************************************************************
  296. ***********************************************************************************->
  297. </head>
  298.  
  299.  
  300.  
  301. <body background="images/pourfairequoigb.gif" 
  302. style="BACKGROUND-REPEAT: no-repeat" 
  303. LANGUAGE="javascript" 
  304. onload="return window_onload()">
  305.  
  306.  
  307. <img 
  308.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  309.       onclick="location.href='defaultGBNM.htm'"
  310.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  311.       
  312.       
  313.       
  314.  
  315.     
  316. <table ALIGN="left" BORDER="0" class="tab1" LANGUAGE="javascript" id="table1">
  317.   <tr>
  318.     <td BACKGROUND="images/boutonrecvoc1rogb.gif" height="70" onclick="location.href='pageprinGBNM.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: hand" onmouseover="IMG1.style.visibility = 'hidden'" onmouseout="IMG1.style.visibility='visible'">
  319.         <a style="TEXTDECORATION: none" href="pageprinGBNM.htm">
  320.         <img src="images/boutonrecvoc1gb.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"></a>
  321.     </td>
  322.   </tr>
  323.   <tr>
  324.     <td>
  325.         <img src="images/boutonfq1selgb.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56"> 
  326.         
  327.     </td>
  328.   </tr>
  329.   <tr>
  330.     <td BACKGROUND="images/boutonqui1rogb.gif" onclick="location.href='quiGBNM.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: hand" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  331.     <a style="TEXTDECORATION: none" href="quiGBNM.htm">
  332.         <img src="images/boutonqui1gb.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55"></a>    
  333.     </td>
  334.   </tr>
  335.   <tr>
  336.     <td BACKGROUND="images/boutoncontact1rogb.gif" onclick="location.href='contacteGBNM.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: hand" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  337.     <a style="TEXTDECORATION: none" href="contacteGBNM.htm">
  338.         <img src="images/boutoncontact1gb.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54"></a>    
  339.     </td>
  340.   </tr>
  341.   <tr>
  342.     <td BACKGROUND="images/boutonaide1rogb.gif" onclick="location.href='aideGBNM.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: hand" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  343.     <a style="TEXTDECORATION: none" href="aideGBNM.htm">
  344.         <img src="images/boutonaide1gb.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56"></a>    
  345.     </td>
  346.   </tr>
  347. </table> 
  348.  
  349. <div id="table2" class="tab2" LANGUAGE="javascript">
  350.  
  351. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  352.   <tr>
  353.     <td LANGUAGE="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " 
  354.     onclick="location.href='nouvelleGBNM.htm'" style="CURSOR: hand">Browsing</td>
  355.   </tr>
  356.   <tr>
  357.     <td LANGUAGE="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' "
  358.      onclick="location.href='nouvelle1GBNM.htm'" style="CURSOR: hand">Data research 
  359.     </td>
  360.   </tr>
  361.   <tr>
  362.     <td LANGUAGE="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " 
  363.     onclick="location.href='nouvelle2GBNM.htm'" style="CURSOR: hand">Games </td>
  364.   </tr>
  365.   <tr>
  366.   <td class="nav1" style="COLOR: orange" bgcolor="blue">Education </td>
  367.   </tr>
  368.   
  369. </table> 
  370. </div>
  371.  
  372. <img id="aide1" class="aidepic" src="images/aidepicgb.gif" WIDTH="271" HEIGHT="207"> 
  373. <div id="controle" class="infocontrole" style="DISPLAY: none">
  374.     <table>
  375.     
  376.     <tr>
  377.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  378.             <img src="images/aggrandir.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  379.         </td>
  380.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  381.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  382.         </td></tr>
  383.     </table>
  384. </div>
  385.  
  386. <div id="controleg" class="infocontroleg" style="DISPLAY: none">
  387.     <table>
  388.     
  389.     <tr>
  390.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  391.             <img src="images/rapetisser.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  392.         </td>
  393.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  394.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  395.         </td></tr>
  396.     </table>
  397. </div>
  398.  
  399.  
  400. <!*********************************************************************************
  401. ************************************************************************************
  402.                             Aide 
  403. ************************************************************************************
  404. ***********************************************************************************->
  405. <div id="aide" 
  406. name = "aide" 
  407. language="javascript"
  408. class="defaulttext"
  409. style = "DISPLAY : none">
  410.  
  411. <span>
  412. Welcome to TheoQuiz number one. 
  413. <p></p>
  414. To play, read the question then say an answer by speaking clearly into the microphone in front of you.<br>
  415.  
  416. If you change your mind, say another answer then say <span class="liencom">Ok</span>. <br>
  417. Wait for the reactions to your answers to come up on the screen. 
  418. To go to the next question, say <span class="liencom">Next question</span>. 
  419. <p></p>
  420. At the end of the quiz, say <span class="liencom">End</span> to finish the game or <span class="liencom">play again</span> if you want to play again. 
  421.  
  422. If you want to leave the game, say <span class="liencom">Quit game</span>. 
  423. <p></p>
  424. ⌐ Theorom Productions, February 2000.
  425. Thanks to Raymond Smullyan for inspiration from his book ½ The riddle of Scheherazade ╗ published by Harcourt and Brace.
  426. </span>
  427. <p></p>
  428.  
  429. <button
  430. name="start" 
  431. id="start"
  432. language ="javascript" 
  433. value="Start game" 
  434. onclick="return start_onclick()">
  435. start game
  436. </button> 
  437. </div>
  438.  
  439.  
  440. <div id=QuizzGB1 class ="defaulttext" style="DISPLAY : none">
  441. <!*********************************************************************************
  442. ************************************************************************************
  443.                             Question 1
  444. ************************************************************************************
  445. ***********************************************************************************->
  446. <span id="question" name="question" style="DISPLAY : none" >
  447. <H1>
  448. Question 1
  449. </H1> 
  450. <p></p>
  451. <H3>
  452. What does an elephant do when it is caught in a tree ? 
  453. </H3>
  454. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  455.  
  456.     <TR>
  457.         <TD>
  458.             <div align="center"> 
  459.             <input type="radio" name="radiobutton" value="radiobutton">
  460.             </div>
  461.         </TD>
  462.         <TD>
  463.             <div align="left">
  464.             It waits until autumn and floats down on a leaf!
  465.             </div>
  466.         </TD>
  467.     </TR>
  468.     <TR>
  469.         <TD>
  470.             <div align="center"> 
  471.             <input type="radio" name="radiobutton" value="radiobutton">
  472.             </div>
  473.             </TD>
  474.         <TD>
  475.         <div align="left">
  476.             Uses his mobile phone to call for help ! 
  477.             </div>
  478.         </TD>
  479.     </TR>
  480.     <TR>
  481.         <TD colspan="2" align="center" >
  482.         <input type="button" value="Ok" 
  483.         onclick="verifie_reponse(1);" name="button">
  484.         </TD>
  485.         
  486.     </TR>
  487. </TABLE>
  488. </FORM>
  489. </span>
  490.  
  491.  
  492. <!*********************************************************************************
  493. ************************************************************************************
  494.                             Question 2
  495. ************************************************************************************
  496. ***********************************************************************************->
  497. <span id="question" name="question" style="DISPLAY : none" >
  498. <H1>
  499. Question 2
  500. </H1> 
  501. <p></p>
  502. <H3>
  503. How many elephants can you put in a Mini ? 
  504. </H3>
  505. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  506.  
  507.     <TR>
  508.         <TD>
  509.             <div align="center"> 
  510.             <input type="radio" name="radiobutton" value="radiobutton">
  511.             </div>
  512.         </TD>
  513.         <TD>
  514.             <div align="left">
  515.             None
  516.             </div>
  517.         </TD>
  518.     </TR>
  519.     <TR>
  520.         <TD>
  521.             <div align="center"> 
  522.             <input type="radio" name="radiobutton" value="radiobutton">
  523.             </div>
  524.             </TD>
  525.         <TD>
  526.         <div align="left">
  527.             Four 
  528.             </div>
  529.         </TD>
  530.     </TR>
  531.     <TR>
  532.         <TD>
  533.             <div align="center"> 
  534.             <input type="radio" name="radiobutton" value="radiobutton">
  535.             </div>
  536.             </TD>
  537.         <TD>
  538.         <div align="left">
  539.             Two 
  540.             </div>
  541.         </TD>
  542.     </TR>
  543.     <TR>
  544.         <TD colspan="2" align="center" >
  545.         <input type="button" value="Ok" 
  546.         onClick="verifie_reponse(2);" name="button">
  547.         </TD>
  548.         
  549.     </TR>
  550. </TABLE>
  551. </FORM>
  552. </span>
  553.  
  554. <!*********************************************************************************
  555. ************************************************************************************
  556.                             Question 3
  557. ************************************************************************************
  558. ***********************************************************************************->
  559.  
  560. <span id="question" name="question" style="DISPLAY : none" >
  561. <H1>
  562. Question 3
  563. </H1> 
  564. <p></p>
  565. <H3>
  566. How do you know when four elephants have been in your fridge ?  
  567. </H3>
  568. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  569.  
  570.     <TR>
  571.         <TD>
  572.             <div align="center"> 
  573.             <input type="radio" name="radiobutton" value="radiobutton">
  574.             </div>
  575.         </TD>
  576.         <TD>
  577.             <div align="left">
  578.             There are footprints in the butter.
  579.             </div>
  580.         </TD>
  581.     </TR>
  582.     <TR>
  583.         <TD>
  584.             <div align="center"> 
  585.             <input type="radio" name="radiobutton" value="radiobutton">
  586.             </div>
  587.             </TD>
  588.         <TD>
  589.         <div align="left">
  590.             The fridge is broken. 
  591.             </div>
  592.         </TD>
  593.     </TR>
  594.     <TR>
  595.         <TD>
  596.             <div align="center"> 
  597.             <input type="radio" name="radiobutton" value="radiobutton">
  598.             </div>
  599.             </TD>
  600.         <TD>
  601.         <div align="left">
  602.             ThereÆs a mini car parked outside the front door. 
  603.             </div>
  604.         </TD>
  605.     </TR>
  606.     <TR>
  607.         <TD colspan="2" align="center" >
  608.         <input type="button" value="Ok" 
  609.         onClick="verifie_reponse(3);" name="button">
  610.         </TD>
  611.         
  612.     </TR>
  613. </TABLE>
  614. </FORM>
  615. </span>
  616. <!*********************************************************************************
  617. ************************************************************************************
  618.                             Question 4
  619. ************************************************************************************
  620. ***********************************************************************************->
  621. <span id="question" name="question" style="DISPLAY : none" >
  622. <H1>
  623. Question 4
  624. </H1> 
  625. <p></p>
  626. <H3>
  627. A customer wants to make one large circular chain out of six chains with five
  628. links each. The jeweller tells him that for each link that he opens, 
  629. it will cost him one piece of silver. 
  630. How many pieces of silver are needed for the job ?  
  631. </H3>
  632. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  633.  
  634.     <TR>
  635.         <TD>
  636.             <div align="center"> 
  637.             <input type="radio" name="radiobutton" value="radiobutton">
  638.             </div>
  639.         </TD>
  640.         <TD>
  641.             <div align="left">
  642.             Five pieces
  643.             </div>
  644.         </TD>
  645.     </TR>
  646.     <TR>
  647.         <TD>
  648.             <div align="center"> 
  649.             <input type="radio" name="radiobutton" value="radiobutton">
  650.             </div>
  651.             </TD>
  652.         <TD>
  653.         <div align="left">
  654.             Six pieces.
  655.             </div>
  656.         </TD>
  657.     </TR>
  658.     <TR>
  659.         <TD>
  660.             <div align="center"> 
  661.             <input type="radio" name="radiobutton" value="radiobutton">
  662.             </div>
  663.             </TD>
  664.         <TD>
  665.         <div align="left">
  666.             Twelve pieces .
  667.             </div>
  668.         </TD>
  669.     </TR>
  670.     <TR>
  671.         <TD colspan="2" align="center" >
  672.         <input type="button" value="Ok" 
  673.         onClick="verifie_reponse(4);" name="button">
  674.         </TD>
  675.         
  676.     </TR>
  677. </TABLE>
  678. </FORM>
  679. </span>
  680. <!*********************************************************************************
  681. ************************************************************************************
  682.                             Question 5
  683. ************************************************************************************
  684. ***********************************************************************************->
  685. <span id="question" name="question" style="DISPLAY : none" >
  686. <H1>
  687. Question 5
  688. </H1> 
  689. <p></p>
  690. <H3>
  691.  
  692. Ten thieves break into the jewellers shop and steal a bag of fifty six pearls.
  693. The senior robbers had six pearls each. The junior robbers had five pearls each.
  694. How many of the robbers were senior ? 
  695.  
  696.   
  697. </H3>
  698. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  699.  
  700.     <TR>
  701.         <TD>
  702.             <div align="center"> 
  703.             <input type="radio" name="radiobutton" value="radiobutton">
  704.             </div>
  705.         </TD>
  706.         <TD>
  707.             <div align="left">
  708.             Five 
  709.             </div>
  710.         </TD>
  711.     </TR>
  712.     <TR>
  713.         <TD>
  714.             <div align="center"> 
  715.             <input type="radio" name="radiobutton" value="radiobutton">
  716.             </div>
  717.             </TD>
  718.         <TD>
  719.         <div align="left">
  720.             Six 
  721.             </div>
  722.         </TD>
  723.     </TR>
  724.     
  725.     <TR>
  726.         <TD colspan="2" align="center" >
  727.         <input type="button" value="Ok" 
  728.         onClick="verifie_reponse(5);" name="button">
  729.         </TD>
  730.         
  731.     </TR>
  732. </TABLE>
  733. </FORM>
  734. </span>
  735. <!*********************************************************************************
  736. ************************************************************************************
  737.                             Question 6
  738. ************************************************************************************
  739. ***********************************************************************************->
  740. <span id="question" name="question" style="DISPLAY : none" >
  741. <H1>
  742. Question 6
  743. </H1> 
  744. <p></p>
  745. <H3>
  746. A farmer had a donkey. One day, someone asked him the age of his donkey.
  747. He replied : in another four years,
  748. he will be three times as old as he was four years ago.
  749. How old was the donkey ? 
  750.  
  751. </H3>
  752. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  753.  
  754.     <TR>
  755.         <TD>
  756.             <div align="center"> 
  757.             <input type="radio" name="radiobutton" value="radiobutton">
  758.             </div>
  759.         </TD>
  760.         <TD>
  761.             <div align="left">
  762.             Twelve years old.
  763.             </div>
  764.         </TD>
  765.     </TR>
  766.     <TR>
  767.         <TD>
  768.             <div align="center"> 
  769.             <input type="radio" name="radiobutton" value="radiobutton">
  770.             </div>
  771.             </TD>
  772.         <TD>
  773.         <div align="left">
  774.             Eight years old.
  775.             </div>
  776.         </TD>
  777.     </TR>
  778.     <TR>
  779.         <TD>
  780.             <div align="center"> 
  781.             <input type="radio" name="radiobutton" value="radiobutton">
  782.             </div>
  783.             </TD>
  784.         <TD>
  785.         <div align="left">
  786.             Sixteen years old. 
  787.             </div>
  788.         </TD>
  789.     </TR>
  790.     <TR>
  791.         <TD colspan="2" align="center" >
  792.         <input type="button" value="Ok" 
  793.         onClick="verifie_reponse(6);" name="button">
  794.         </TD>
  795.         
  796.     </TR>
  797. </TABLE>
  798. </FORM>
  799. </span>
  800. <!*********************************************************************************
  801. ************************************************************************************
  802.                             Question 7
  803. ************************************************************************************
  804. ***********************************************************************************->
  805. <span id="question" name="question" style="DISPLAY : none" >
  806. <H1>
  807. Question 7
  808. </H1> 
  809. <p></p>
  810. <H3>
  811. One day, the farmer asked three people to guess the colour of his donkey. 
  812. John said : I bet that he is not black. 
  813. Jack said  : I bet that he is brown or grey. 
  814. Jim said : I bet that he is brown. 
  815. The farmer then said : it so happens that at least one of you has guessed right and at least one of you has guessed wrong. 
  816. What is the colour of the donkey ?
  817.  
  818.  
  819. </H3>
  820. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  821.  
  822.     <TR>
  823.         <TD>
  824.             <div align="center"> 
  825.             <input type="radio" name="radiobutton" value="radiobutton">
  826.             </div>
  827.         </TD>
  828.         <TD>
  829.             <div align="left">
  830.             Black.
  831.             </div>
  832.         </TD>
  833.     </TR>
  834.     <TR>
  835.         <TD>
  836.             <div align="center"> 
  837.             <input type="radio" name="radiobutton" value="radiobutton">
  838.             </div>
  839.             </TD>
  840.         <TD>
  841.         <div align="left">
  842.             Gray.
  843.             </div>
  844.         </TD>
  845.     </TR>
  846.     <TR>
  847.         <TD>
  848.             <div align="center"> 
  849.             <input type="radio" name="radiobutton" value="radiobutton">
  850.             </div>
  851.             </TD>
  852.         <TD>
  853.         <div align="left">
  854.             Brown. 
  855.             </div>
  856.         </TD>
  857.     </TR>
  858.     <TR>
  859.         <TD colspan="2" align="center" >
  860.         <input type="button" value="Ok" 
  861.         onClick="verifie_reponse(7);" name="button">
  862.         </TD>
  863.         
  864.     </TR>
  865. </TABLE>
  866. </FORM>
  867. </span>
  868. <!*********************************************************************************
  869. ************************************************************************************
  870.                             Question 8
  871. ************************************************************************************
  872. ***********************************************************************************->
  873. <span id="question" name="question" style="DISPLAY : none" >
  874. <H1>
  875. Question 8
  876. </H1> 
  877. <p></p>
  878. <H3>
  879. Finish this popular saying. 
  880. You can take a horse to water but ...
  881. </H3>
  882. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  883.  
  884.     <TR>
  885.         <TD>
  886.             <div align="center"> 
  887.             <input type="radio" name="radiobutton" value="radiobutton">
  888.             </div>
  889.         </TD>
  890.         <TD>
  891.             <div align="left">
  892.             You canÆt make him eat.
  893.             </div>
  894.         </TD>
  895.     </TR>
  896.     <TR>
  897.         <TD>
  898.             <div align="center"> 
  899.             <input type="radio" name="radiobutton" value="radiobutton">
  900.             </div>
  901.             </TD>
  902.         <TD>
  903.         <div align="left">
  904.             You canÆt make him jump.
  905.             </div>
  906.         </TD>
  907.     </TR>
  908.     <TR>
  909.         <TD>
  910.             <div align="center"> 
  911.             <input type="radio" name="radiobutton" value="radiobutton">
  912.             </div>
  913.             </TD>
  914.         <TD>
  915.         <div align="left">
  916.             You canÆt make him drink. 
  917.             </div>
  918.         </TD>
  919.     </TR>
  920.     <TR>
  921.         <TD colspan="2" align="center" >
  922.         <input type="button" value="Ok" 
  923.         onClick="verifie_reponse(8);" name="button">
  924.         </TD>
  925.         
  926.     </TR>
  927. </TABLE>
  928. </FORM>
  929. </span>
  930.  
  931. <!*********************************************************************************
  932. ************************************************************************************
  933.                             Question 9
  934. ************************************************************************************
  935. ***********************************************************************************->
  936. <span id="question" name="question" style="DISPLAY : none" >
  937. <H1>
  938. Question 9
  939. </H1> 
  940. <p></p>
  941. <H3>
  942. Finish this popular saying. 
  943. Make hayà
  944.  
  945.  
  946. </H3>
  947. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  948.  
  949.     <TR>
  950.         <TD>
  951.             <div align="center"> 
  952.             <input type="radio" name="radiobutton" value="radiobutton">
  953.             </div>
  954.         </TD>
  955.         <TD>
  956.             <div align="left">
  957.             Whilst the sun shines.
  958.             </div>
  959.         </TD>
  960.     </TR>
  961.     <TR>
  962.         <TD>
  963.             <div align="center"> 
  964.             <input type="radio" name="radiobutton" value="radiobutton">
  965.             </div>
  966.             </TD>
  967.         <TD>
  968.         <div align="left">
  969.             Whilst the horse is drinking.
  970.             </div>
  971.         </TD>
  972.     </TR>
  973.     <TR>
  974.         <TD>
  975.             <div align="center"> 
  976.             <input type="radio" name="radiobutton" value="radiobutton">
  977.             </div>
  978.             </TD>
  979.         <TD>
  980.         <div align="left">
  981.             In July.
  982.             </div>
  983.         </TD>
  984.     </TR>
  985.     <TR>
  986.         <TD colspan="2" align="center" >
  987.         <input type="button" value="Ok" 
  988.         onClick="verifie_reponse(9);" name="button">
  989.         </TD>
  990.         
  991.     </TR>
  992. </TABLE>
  993. </FORM>
  994. </span>
  995. <!*********************************************************************************
  996. ************************************************************************************
  997.                             Question 10
  998. ************************************************************************************
  999. ***********************************************************************************->
  1000. <span id="question" name="question" style="DISPLAY : none" >
  1001. <H1>
  1002. Question 10
  1003. </H1> 
  1004. <p></p>
  1005. <H3>
  1006. John, Jack and Jim were good friends. 
  1007. Either John or Jack is the eldest of the three. 
  1008. Either Jim is the eldest or John is the youngest. 
  1009. Who is the eldest ? 
  1010. </H3>
  1011. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  1012.  
  1013.     <TR>
  1014.         <TD>
  1015.             <div align="center"> 
  1016.             <input type="radio" name="radiobutton" value="radiobutton">
  1017.             </div>
  1018.         </TD>
  1019.         <TD>
  1020.             <div align="left">
  1021.             John
  1022.             </div>
  1023.         </TD>
  1024.     </TR>
  1025.     <TR>
  1026.         <TD>
  1027.             <div align="center"> 
  1028.             <input type="radio" name="radiobutton" value="radiobutton">
  1029.             </div>
  1030.             </TD>
  1031.         <TD>
  1032.         <div align="left">
  1033.             Jack
  1034.             </div>
  1035.         </TD>
  1036.     </TR>
  1037.     <TR>
  1038.         <TD>
  1039.             <div align="center"> 
  1040.             <input type="radio" name="radiobutton" value="radiobutton">
  1041.             </div>
  1042.             </TD>
  1043.         <TD>
  1044.         <div align="left">
  1045.             Jim
  1046.             </div>
  1047.         </TD>
  1048.     </TR>
  1049.     <TR>
  1050.         <TD colspan="2" align="center" >
  1051.         <input type="button" value="Ok" 
  1052.         onClick="verifie_reponse(10);" name="button">
  1053.         </TD>
  1054.         
  1055.     </TR>
  1056. </TABLE>
  1057. </FORM>
  1058. </span>
  1059. <!*********************************************************************************
  1060. ************************************************************************************
  1061.                             Question 11
  1062. ************************************************************************************
  1063. ***********************************************************************************->
  1064. <span id="question" name="question" style="DISPLAY : none" >
  1065. <H1>
  1066. Question 11
  1067. </H1> 
  1068. <p></p>
  1069. <H3>
  1070. One day, someone stole the donkey. John, Jack and Jim were accused. This is what they said at the trial. 
  1071. John : I didnÆt steal it. 
  1072. Jack : Jim certainly did not. 
  1073. Jim : Yes, I did. 
  1074. Later on, two of them confessed to having lied. Who stole the donkey ?
  1075.  
  1076. </H3>
  1077. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  1078.  
  1079.     <TR>
  1080.         <TD>
  1081.             <div align="center"> 
  1082.             <input type="radio" name="radiobutton" value="radiobutton">
  1083.             </div>
  1084.         </TD>
  1085.         <TD>
  1086.             <div align="left">
  1087.             John
  1088.             </div>
  1089.         </TD>
  1090.     </TR>
  1091.     <TR>
  1092.         <TD>
  1093.             <div align="center"> 
  1094.             <input type="radio" name="radiobutton" value="radiobutton">
  1095.             </div>
  1096.             </TD>
  1097.         <TD>
  1098.         <div align="left">
  1099.             Jack
  1100.             </div>
  1101.         </TD>
  1102.     </TR>
  1103.     <TR>
  1104.         <TD>
  1105.             <div align="center"> 
  1106.             <input type="radio" name="radiobutton" value="radiobutton">
  1107.             </div>
  1108.             </TD>
  1109.         <TD>
  1110.         <div align="left">
  1111.             Jim
  1112.             </div>
  1113.         </TD>
  1114.     </TR>
  1115.     <TR>
  1116.         <TD colspan="2" align="center" >
  1117.         <input type="button" value="Ok" 
  1118.         onClick="verifie_reponse(11);" name="button">
  1119.         </TD>
  1120.         
  1121.     </TR>
  1122. </TABLE>
  1123. </FORM>
  1124. </span>
  1125. <!*********************************************************************************
  1126. ************************************************************************************
  1127.                             Question 12
  1128. ************************************************************************************
  1129. ***********************************************************************************->
  1130. <span id="question" name="question" style="DISPLAY : none" >
  1131. <H1>
  1132. Question 12
  1133. </H1> 
  1134. <p></p>
  1135. <H3>
  1136. The next day, the horse disappeared and again John, Jack and Jim are accused.
  1137.  At the trial, this is what they said.: <br>
  1138. Jack : Jim did not steal it.<br> 
  1139. Jim : This is true. .<br> 
  1140. John : Jack is innocent.<br> 
  1141. This time, the actual thief told the truth but they didnÆt all tell the truth.
  1142. Who stole the horse ?
  1143.  
  1144.  
  1145. </H3>
  1146. <FORM action="" method=POST id="form" name="form"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=1>
  1147.  
  1148.     <TR>
  1149.         <TD>
  1150.             <div align="center"> 
  1151.             <input type="radio" name="radiobutton" value="radiobutton">
  1152.             </div>
  1153.         </TD>
  1154.         <TD>
  1155.             <div align="left">
  1156.             Jack
  1157.             </div>
  1158.         </TD>
  1159.     </TR>
  1160.     <TR>
  1161.         <TD>
  1162.             <div align="center"> 
  1163.             <input type="radio" name="radiobutton" value="radiobutton">
  1164.             </div>
  1165.             </TD>
  1166.         <TD>
  1167.         <div align="left">
  1168.             Jim
  1169.             </div>
  1170.         </TD>
  1171.     </TR>
  1172.     <TR>
  1173.         <TD>
  1174.             <div align="center"> 
  1175.             <input type="radio" name="radiobutton" value="radiobutton">
  1176.             </div>
  1177.             </TD>
  1178.         <TD>
  1179.         <div align="left">
  1180.             John
  1181.             </div>
  1182.         </TD>
  1183.     </TR>
  1184.     <TR>
  1185.         <TD colspan="2" align="center" >
  1186.         <input type="button" value="Ok" 
  1187.         onClick="verifie_reponse(12);" name="button">
  1188.         </TD>
  1189.         
  1190.     </TR>
  1191. </TABLE>
  1192. </FORM>
  1193. </span>
  1194. </div>
  1195.  
  1196. <div id="NextQuestion" 
  1197. class="defaulttext"
  1198. name="NextQuestion"
  1199. style="DISPLAY: none">
  1200. <!*********************************************************************************
  1201. ************************************************************************************
  1202.                             rΘponse 1
  1203. ************************************************************************************
  1204. ***********************************************************************************->
  1205. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1206. <span id="choix" name = "choix" style = "DISPLAY : none; FONT-SIZE : 48 pt">
  1207. Yes 
  1208. </span>
  1209.  
  1210. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 30 pt">
  1211. No, although most elephants these days never leave home without them. 
  1212. </span>
  1213.  
  1214. </div>
  1215.  
  1216. <!*********************************************************************************
  1217. ************************************************************************************
  1218.                             rΘponse 2
  1219. ************************************************************************************
  1220. ***********************************************************************************->
  1221. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1222. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1223. No ! 
  1224. </span>
  1225.  
  1226. <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 48 pt">
  1227. Yes ! 
  1228. </span>
  1229.  
  1230. <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 30 pt">
  1231. No, there is still place for two more !  
  1232. </span>
  1233. </div>
  1234.  
  1235. <!*********************************************************************************
  1236. ************************************************************************************
  1237.                             rΘponse 3
  1238. ************************************************************************************
  1239. ***********************************************************************************->
  1240. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1241. <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 30 pt">
  1242. This is very likely to happen but not quite the answer.  
  1243. </span>
  1244.  
  1245. <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 48 pt">
  1246. Time to get a new fridge ?  
  1247. </span>
  1248.  
  1249. <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 48 pt">
  1250. Yes ! 
  1251. </span>
  1252. </div>
  1253.  
  1254. <!*********************************************************************************
  1255. ************************************************************************************
  1256.                             rΘponse 4
  1257. ************************************************************************************
  1258. ***********************************************************************************->
  1259. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1260. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1261. A possibility.  
  1262. </span>
  1263.  
  1264. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1265. Yes !  
  1266. </span>
  1267.  
  1268. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1269. No.The answer is six. 
  1270. </span>
  1271. </div>
  1272.  
  1273. <!*********************************************************************************
  1274. ************************************************************************************
  1275.                             rΘponse 5
  1276. ************************************************************************************
  1277. ***********************************************************************************->
  1278. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1279. <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 48 pt">
  1280. No. 
  1281. </span>
  1282.  
  1283. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1284. Yes !  
  1285. </span>
  1286. </div>
  1287.  
  1288. <!*********************************************************************************
  1289. ************************************************************************************
  1290.                             rΘponse 6
  1291. ************************************************************************************
  1292. ***********************************************************************************->
  1293. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1294. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1295. No. 
  1296. </span>
  1297.  
  1298. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1299. Yes !  
  1300. </span>
  1301.  
  1302. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1303. Do donkeys live that long ?
  1304. </span>
  1305.  
  1306. </div>
  1307.  
  1308. <!*********************************************************************************
  1309. ************************************************************************************
  1310.                             rΘponse 7
  1311. ************************************************************************************
  1312. ***********************************************************************************->
  1313. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1314. <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 30 pt">
  1315. No. If the donkey were black, all three guesses would be wrong. 
  1316. </span>
  1317.  
  1318. <span id="choix" name = "choix" style = "DISPLAY : none">
  1319. Yes !  
  1320. </span>
  1321.  
  1322. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 30 pt">
  1323. No.If the donkey were brown, all three guesses would be correct. 
  1324. </span>
  1325.  
  1326. </div>
  1327.  
  1328. <!*********************************************************************************
  1329. ************************************************************************************
  1330.                             rΘponse 8
  1331. ************************************************************************************
  1332. ***********************************************************************************->
  1333. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1334. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1335. Do you eat water ?  
  1336. </span>
  1337.  
  1338. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1339. No, this is not an obstacle course !  
  1340. </span>
  1341.  
  1342. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 30 pt">
  1343. Yes. <br>
  1344. In other words, you cannot force people to accept your help or advice.
  1345. </span>
  1346. </div>
  1347.  
  1348. <!*********************************************************************************
  1349. ************************************************************************************
  1350.                             rΘponse 9
  1351. ************************************************************************************
  1352. ***********************************************************************************->
  1353. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1354. <span id="choix" name = "choix" style = "DISPLAY : none">
  1355. Yes.   
  1356. </span>
  1357.  
  1358. <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 24 pt">
  1359. Not quite, although whilst the horse is drinking, it would be a good idea to have a drink yourself..  
  1360. </span>
  1361.  
  1362. <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 30 pt">
  1363. This is when hay is made but not the saying. 
  1364. </span>
  1365. </div>
  1366.  
  1367.  
  1368. <!*********************************************************************************
  1369. ************************************************************************************
  1370.                             rΘponse 10
  1371. ************************************************************************************
  1372. ***********************************************************************************->
  1373. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1374.  
  1375.     <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 36 pt">
  1376.     No, he is the youngest.   
  1377.     </span>
  1378.  
  1379.     <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 48 pt">
  1380.     Yes. 
  1381.     </span>
  1382.  
  1383.     <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 36 pt">
  1384.     No, Jim is in the middle.  
  1385.     </span>
  1386.     
  1387. </div>
  1388.  
  1389. <!*********************************************************************************
  1390. ************************************************************************************
  1391.                             rΘponse 11
  1392. ************************************************************************************
  1393. ***********************************************************************************->
  1394. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1395.  
  1396.     <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1397.     Yes.    
  1398.     </span>
  1399.  
  1400.     <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1401.     No. 
  1402.     </span>
  1403.  
  1404.     <span id="choix" name = "choix" style = "DISPLAY : none ;FONT-SIZE : 48 pt">
  1405.     No.  
  1406.     </span>
  1407.  
  1408.  
  1409. </div>
  1410.  
  1411. <!*********************************************************************************
  1412. ************************************************************************************
  1413.                             rΘponse 12
  1414. ************************************************************************************
  1415. ***********************************************************************************->
  1416. <div id="reponse" name = "reponse" style = "DISPLAY : none">
  1417.  
  1418.  
  1419.     <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 30 pt">
  1420.     Yes, he stole the horse and did indeed tell the truth.     
  1421.     </span>
  1422.  
  1423.     <span id="choix" name = "choix" style = "DISPLAY : none; FONT-SIZE :30 pt">
  1424.     No. He did not tell the truth but he did not steal the horse.  
  1425.     </span>
  1426.  
  1427.     <span id="choix" name = "choix" style = "DISPLAY : none;FONT-SIZE : 30 pt">
  1428.     No, even if he did lie, he did not steal the horse.   
  1429.     </span>
  1430.  
  1431.  
  1432. </div>
  1433.  
  1434. <span >
  1435.     <center>
  1436.     <button id="Next" 
  1437.     language="javascript" 
  1438.     name = "Next" 
  1439.     value="Next Question" 
  1440.     onclick ="return Next_onclick()" >
  1441.     Next Question
  1442.     </button>
  1443.     </center>
  1444. </span>
  1445.  
  1446. </div>
  1447.  
  1448.  
  1449. <!*********************************************************************************
  1450. ************************************************************************************
  1451.                             Les commentaires
  1452. ************************************************************************************
  1453. ***********************************************************************************->
  1454.  
  1455. <DIV id="comments" name="comments" class="infotext">
  1456.     <center>
  1457.     <span id="lescore" name="lescore"  >
  1458.     
  1459.     </span>
  1460.     </center>
  1461.     <span id="lecommentaire" name="lecommentaire">
  1462.     
  1463.     </span>
  1464.  
  1465. </DIV>
  1466.  
  1467.  
  1468. <!*********************************************************************************
  1469. ************************************************************************************
  1470.                             La fin
  1471. ************************************************************************************
  1472. ***********************************************************************************->
  1473. <DIV id="Fin" name="Fin" class="defaulttext" style="DISPLAY : none">
  1474.     
  1475. Bravo. You have finished your first Theo game. What do you want to do now ?
  1476. <button id="end" name ="end" onclick="return End_onclick()">End </button>   <button id="again" name"again"
  1477.  onclick="InitQuizz();start_onclick(); ">Play again</button>
  1478.  
  1479. </DIV>
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486. </body>
  1487. </html>
  1488.